This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

一起來了解 Javascript 中的 Proxy 與 Reflect

一起來了解 Javascript 中的 Proxy 與 Reflect

[第九週]  PHP 與 MySQL 的互動:讀取資料

[第九週] PHP 與 MySQL 的互動:讀取資料

API 是什麼?

API 是什麼?


Comments